lightning libs

2021-12-12 ยท 1 min read

Immortan is a minimal, privacy-focused, opinionated LN protocol implementation aimed to specifically power lite LN nodes which are mostly to be found on mobile phones or desktop computers and only run private channels.

https://github.com/btcontract/IMMORTAN https://github.com/btcontract/wallet

Eclair (French for Lightning) is a Scala implementation of the Lightning Network.

https://github.com/ACINQ/eclair

Breez is a Lightning Network mobile client and a hub. It provides a platform for simple, instantaneous bitcoin payments.

https://github.com/breez/breez https://github.com/breez/breezmobile https://github.com/breez/server

rust-lightning LDK is a Lightning library written in Rust, with many modular pieces which are intended to be mixed and matched to enable Lightning functionality in many different kinds of projects.

https://github.com/lightningdevkit/rust-lightning

cloudhead/nakamoto: a privacy preserving BTC light client in Rust. Very modular. IO-free core protocol.

https://github.com/cloudhead/nakamoto